|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--djbuch.kapitel_13.DJDocument
|
+--djbuch.kapitel_19.NLDocument
| Method Summary | |
java.lang.String |
getBody()
Inhalt dieses Newsletters |
static NLDocument |
getInstance(Document initialDoc)
erzeugt ein neues NL Document anhand eines Domino Document. |
java.util.Vector |
getRecipients()
Empfänger dieses Newsletters |
java.lang.String |
getSubject()
|
boolean |
isActive()
|
void |
setActive(boolean flag)
Aktiviert oder De-Aktiviert den Newsletter |
RichTextItem |
setBody(java.lang.String bodyText)
weisst dem Body RichTextITem einen neuen Wert zu. |
Item |
setRecipients(java.util.Vector recip)
Empfänger dieses Newsletters festlegen |
Item |
setSubject(java.lang.String subj)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static NLDocument getInstance(Document initialDoc)
initialDoc -
public java.util.Vector getRecipients()
throws NotesException
NotesException
public Item setRecipients(java.util.Vector recip)
throws NotesException
NotesException
public java.lang.String getBody()
throws NotesException
NotesException
public RichTextItem setBody(java.lang.String bodyText)
throws NotesException
bodyText -
NotesException
public boolean isActive()
throws NotesException
NotesException
public void setActive(boolean flag)
throws NotesException
NotesException
public java.lang.String getSubject()
throws NotesException
NotesException
public Item setSubject(java.lang.String subj)
throws NotesException
NotesException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||